home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000329_news@columbia.edu_Fri Nov 3 12:31:50 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA25308
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 5 Nov 1995 20:27:51 -0500
  3. Received: by apakabar.cc.columbia.edu id AA24218
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 5 Nov 1995 20:27:51 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.kei.com!newsfeed.internetmci.com!news.cfa.org!chi-news.cic.net!news.math.psu.edu!hudson.lm.com!news.psc.edu!nntp.sei.cmu.edu!fs7.ece.cmu.edu!cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!oitnews.harvard.edu!cmcl2!CS.Arizona.EDU!news.Arizona.EDU!usenet
  6. From: Stuart.Biggar@opt-sci.arizona.edu
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Maximum transfer speed
  9. Date: 3 Nov 1995 12:31:50 GMT
  10. Organization: University of Arizona, Optical Sciences Center
  11. Lines: 44
  12. Message-Id: <47d23m$rii@news.ccit.arizona.edu>
  13. References: <Pine.HPP.3.91.951030000148.24557B-100000@bluejay.creighton.edu> <475c3c$ac7@apakabar.cc.columbia.edu> <1995Oct31.121502.65498@cc.usu.edu>
  14. Reply-To: Stuart.Biggar@opt-sci.arizona.edu
  15. Nntp-Posting-Host: cx-p.opt-sci.arizona.edu
  16. X-Newsreader: IBM NewsReader/2 v1.2
  17. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  18.  
  19. In <1995Oct31.121502.65498@cc.usu.edu>, jrd@cc.usu.edu (Joe Doupnik) writes:
  20. >In article <475c3c$ac7@apakabar.cc.columbia.edu>, fdc@watsun.cc.columbia.edu (Frank da Cruz) writes:
  21. >> In article <Pine.HPP.3.91.951030000148.24557B-100000@bluejay.creighton.edu>,
  22. >> Psychos 'R Us  <honge@creighton.edu> wrote:
  23. >> : ...
  24. [snip]
  25. >> : 
  26. >> The most likely explanation involves the Hayes ESP board.  It can be used
  27. >> at three different levels: nonbuffered 8250 UART compatibility mode,
  28. >> 16-byte FIFO 16550A UART compatibility mode, and "native" ESP mode (with
  29. >> 1K buffer, DMA, etc), which is quite different from anything else on the
  30. >> planet and requires special drivers.  Now obviously Hayes Smartcom knows
  31. >> how to drive the ESP board to full advantage, hence the higher transfer
  32. >> rates with Hayes software.  I expect that the OS/2 serial driver knows
  33. >> enough about the ESP to put it into 16550A mode, but beyond that, does not
  34. >> bother with the Hayes-specific features.
  35. >> 
  36. >> I might be mistaken, but I believe that some special magic is required to
  37. >> put the ESP in 16550A mode, and this magic first appeared in MS-DOS Kermit
  38. >> version 3.14.  If that is true, then previous releases probably use it in
  39. >> character-at-a-time 8250 mode, which would explain the symptoms you
  40. >> report.  We did look at adding a Hayes ESP driver to MS-DOS Kermit, but it
  41. >> turned out to be a huge amount of work for a relatively small audience,
  42. >> and so it wound up in a rather low position on our priority list.
  43. >> 
  44. >> - Frank
  45. >---------
  46. >    On the Hayes ESP board. MSK does not have special code for it.
  47. >As things turned out none was needed if the board is configured by the
  48. >ESP configuration program. It looks like a 16550A UART. The fancy DMA
  49. >transfer capability of the board is, um, not exactly what a communications
  50. >program would use and details are best left between Hayes and the programmer.
  51. >There is a Windows driver for the board, from Hayes (with that DMA stuff),
  52. >but it also runs without it.
  53. >    So the obvious suggestion here is to re-run the ESP configuration
  54. >program to be sure it's capabilities have not faded from static memory.
  55. >    Joe D.
  56.  
  57. One further data point:  if you use OS/2, the shareware SIO serial port
  58. drivers know how to use the ESP board (single interrupt for both ports,
  59. very high port rates, ...).  Last time I checked the current version of
  60. SIO was 1.53.
  61.  
  62. Stuart Biggar